Skip to content
Snippets Groups Projects
Commit 37c5cd01 authored by Anthony's avatar Anthony
Browse files

Change background color

parent b4bd2162
Branches
No related tags found
No related merge requests found
......@@ -64,3 +64,22 @@ $hint-colors: (
--hint-color-warning: #fd6;
--hint-color-danger: #f66;
}
@mixin theme-tetras {
// Custom variable for Tetras theme
--gray-100: rgba(255, 255, 255, 0.1);
--gray-200: rgba(255, 255, 255, 0.2);
--gray-500: rgba(255, 255, 255, 0.5);
--color-link: #0000ff;
--color-visited-link: #7d36fc;
--body-background: #fdf6e3;
--body-font-color: black;
--icon-filter: black;
--hint-color-info: #6bf;
--hint-color-warning: #fd6;
--hint-color-danger: #f66;
}
:root {
@include theme-tetras;
}
// Auto dark theme disabled until all new Macao elements are adapted for it
//@media (prefers-color-scheme: dark) {
// :root {
// @include theme-dark;
// }
//}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment