mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 10:42:16 +01:00
add responsiveness for the dashboard and menu
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
|
||||
:root{
|
||||
--theme-color-default-background: #040618;
|
||||
--theme-color-icon-default: #42466C;
|
||||
--theme-color-card-background: #13152B;
|
||||
--theme-color-card-background-active: #1C1E34;
|
||||
@@ -29,6 +30,11 @@
|
||||
display: none;
|
||||
}
|
||||
|
||||
body{
|
||||
background-color: var(--theme-color-default-background);
|
||||
}
|
||||
|
||||
|
||||
@font-face {
|
||||
font-family: 'Outfit';
|
||||
src: url('/fonts/Outfit-VariableFont_wght.ttf');
|
||||
|
||||
Reference in New Issue
Block a user