mirror of
https://github.com/zadam/trilium.git
synced 2025-02-23 06:26:31 +08:00
visual tweaks
This commit is contained in:
parent
d68ea201a3
commit
2985100801
2 changed files with 37 additions and 5 deletions
|
@ -947,3 +947,35 @@ ul.fancytree-container li {
|
|||
.button-widget:hover .bx {
|
||||
background-color: var(--hover-item-background-color);
|
||||
}
|
||||
|
||||
#left-pane, #launcher-pane {
|
||||
background-color: #F3F3F3;
|
||||
}
|
||||
|
||||
#left-pane, #launcher-pane {
|
||||
color: #333 !important;
|
||||
}
|
||||
|
||||
input {
|
||||
background-color: transparent !important;
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: OpenSansRegular;
|
||||
src: url(../OpenSans-Regular.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: OpenSansLight;
|
||||
src: url(../OpenSans-Light.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: MontserratMedium;
|
||||
src: url(../Montserrat-Medium.ttf);
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: MontserratLight;
|
||||
src: url(../Montserrat-Light.ttf);
|
||||
}
|
||||
|
|
|
@ -1,18 +1,18 @@
|
|||
:root {
|
||||
--main-font-family: inherit;
|
||||
--main-font-family: MontserratLight;
|
||||
--main-font-size: normal;
|
||||
--tree-font-family: inherit;
|
||||
--tree-font-family: MontserratLight;
|
||||
--tree-font-size: normal;
|
||||
--detail-font-family: inherit;
|
||||
--detail-font-family: MontserratLight;
|
||||
--detail-font-size: normal;
|
||||
--detail-text-font-family: inherit;
|
||||
--detail-text-font-family: MontserratLight;
|
||||
--main-background-color: white;
|
||||
--main-text-color: black;
|
||||
--main-border-color: #ccc;
|
||||
--accented-background-color: #f5f5f5;
|
||||
--more-accented-background-color: #ddd;
|
||||
--header-background-color: #fff;
|
||||
--button-background-color: #fff;
|
||||
--button-background-color: transparent;
|
||||
--button-disabled-background-color: #ddd;
|
||||
--button-border-color: #ddd;
|
||||
--button-text-color: black;
|
||||
|
|
Loading…
Reference in a new issue