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

Add dark mode

Palette based on catppuccin.
parent c20908ca
No related branches found
No related tags found
1 merge request!1Add dark mode and replace twitter
...@@ -41,6 +41,23 @@ ...@@ -41,6 +41,23 @@
.explanation { .explanation {
opacity: .5; opacity: .5;
} }
@media (prefers-color-scheme: dark) {
body {
background-color: #1e1e2e;
color: #cdd6f4;
}
h1 {
color: #eba0ac;
}
a {
color: #89b4fa;
text-decoration: none;
}
a:hover, a:focus {
text-decoration: underline;
}
}
</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