Skip to content

Commit

Permalink
Desktop theme improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
dani3l0 committed Feb 26, 2024
1 parent 3d9b02c commit 4e3a412
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions web/css/responsive/desktop.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@
width: 400px;
right: 0;
}
.light #details {
background: #EEE;
}

#navbar div[page="main"] > div:first-child > i {
opacity: 0;
Expand All @@ -22,15 +25,25 @@
z-index: -1;
}

#timetable {
background: #FFF;
}

#navbar {
max-width: 400px;
box-shadow: none !important;
background: #111;
}
.light #navbar {
background: #EEE;
}

#header {
background: #111;
}
.light #header {
background: #EEE;
}

#header .top i {
opacity: 0;
Expand Down

0 comments on commit 4e3a412

Please sign in to comment.