Skip to content
Snippets Groups Projects
Verified Commit 06e563b4 authored by tribut's avatar tribut :man_dancing:
Browse files

Add dark mode

Palette identical to speakers' file drop and based on catppuccin.
parent aa100c88
No related branches found
No related tags found
1 merge request!1Add dark mode
...@@ -218,6 +218,25 @@ ...@@ -218,6 +218,25 @@
background-color: rgb(217, 243, 220); background-color: rgb(217, 243, 220);
color: rgb(1, 71, 7); color: rgb(1, 71, 7);
} }
@media (prefers-color-scheme: dark) {
body {
background-color: #1e1e2e;
color: #cdd6f4;
}
h1 {
color: #eba0ac;
}
a.block-link, footer {
background-color: #181825;
}
a.block-link:hover, a.block-link:active {
background-color: #11111b;
}
a, a.block-link h1, a.block-link h2 {
color: #89b4fa;
}
}
</style> </style>
</head> </head>
<body> <body>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment