mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-22 09:53:35 +02:00
Improved dark mode
This commit is contained in:
parent
8a711ffecb
commit
c6478857bc
2 changed files with 3 additions and 5 deletions
|
@ -79,7 +79,7 @@ ul.structural_link li {
|
||||||
/* Add a slash symbol (/) before/behind each list item */
|
/* Add a slash symbol (/) before/behind each list item */
|
||||||
ul.structural_link li+li:before {
|
ul.structural_link li+li:before {
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
color: grey;
|
color: var(--bs-tertiary-color);
|
||||||
/*content: "/\00a0";*/
|
/*content: "/\00a0";*/
|
||||||
font-family: "Font Awesome 5 Free";
|
font-family: "Font Awesome 5 Free";
|
||||||
font-weight: 900;
|
font-weight: 900;
|
||||||
|
@ -89,13 +89,13 @@ ul.structural_link li+li:before {
|
||||||
|
|
||||||
/* Add a color to all links inside the list */
|
/* Add a color to all links inside the list */
|
||||||
ul.structural_link li a {
|
ul.structural_link li a {
|
||||||
color: #0275d8;
|
color: var(--bs-link-color);
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Add a color on mouse-over */
|
/* Add a color on mouse-over */
|
||||||
ul.structural_link li a:hover {
|
ul.structural_link li a:hover {
|
||||||
color: #01447e;
|
color: var(--bs-link-hover-color);
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -78,8 +78,6 @@ body {
|
||||||
overflow: -moz-scrollbars-none;
|
overflow: -moz-scrollbars-none;
|
||||||
/* Use standard version for hiding the scrollbar */
|
/* Use standard version for hiding the scrollbar */
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
|
|
||||||
background-color: var(--light);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar-container {
|
#sidebar-container {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue