diff --git a/console/css b/console/css new file mode 100644 index 0000000000000..f019ef3450c87 --- /dev/null +++ b/console/css @@ -0,0 +1,13 @@ +body.dark-mode { + background-color: #121212; + color: white; +} + +body.dark-mode a { + color: #80cbc4; +} + +body.dark-mode button { + background-color: white; + color: #121212; +}