diff --git a/test.css b/test.css index c7e2917..fcb78a1 100644 --- a/test.css +++ b/test.css @@ -29,3 +29,12 @@ padding: 10px; .tabs > div { padding: 10px; } + +body { +background-color: white; +color: black; +} +body.dark { +background-color: black; +color: white; +} diff --git a/test.html b/test.html index ea79488..982a6e6 100644 --- a/test.html +++ b/test.html @@ -12,6 +12,7 @@

Tabs

+Dark