permission page and modify css

This commit is contained in:
rustdesk
2023-07-14 21:44:35 +08:00
parent 130e365a8e
commit e0e164c732
5 changed files with 57 additions and 24 deletions

View File

@@ -22,3 +22,34 @@ a.padding i.fa-language{
color: var(--MENU-SEARCH-BOX-color);
border-bottom: 1px solid var(--MENU-SECTION-HR-color);
}
a {
color: #024eff;
}
body {
color: rgb(28, 30, 33) !important;
font-family: system-ui, -apple-system, "Segoe UI", Roboto, Ubuntu, Cantarell, "Noto Sans", sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
font-weight: 400;
}
li > a {
color: #606770;
font-weight: 400;
}
h1, h2, h3, h4, h5 {
color: black !important;
}
h1 {
font-weight: bold;
}
div.notices p {
color: black !important;
}
#sidebar h3 {
color: white !important;
}