X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=.config%2FTypora%2Fthemes%2Fnight.css;h=e84b14640074c13257a6747d9fc0e4f876d5f75d;hb=refs%2Fremotes%2Forigin%2FHEAD;hp=999b95929deab354d50c4fc8f520a42f2bcbd0f3;hpb=3aba54c891969552833dbc350b3139e944e17a97;p=dotfiles%2F.git diff --git a/.config/Typora/themes/night.css b/.config/Typora/themes/night.css index 999b9592..e84b1464 100644 --- a/.config/Typora/themes/night.css +++ b/.config/Typora/themes/night.css @@ -31,6 +31,7 @@ html { font-size: 16px; + -webkit-font-smoothing: antialiased; } html, @@ -76,6 +77,10 @@ div.code-tooltip, background: #333; } +.native-window #md-notification { + border: 1px solid #70717d; +} + .popover.bottom > .arrow:after { border-bottom-color: #333; } @@ -86,7 +91,7 @@ button, input, select, textarea { - font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; + font-family: "Helvetica Neue", Helvetica, Arial, 'Segoe UI Emoji', sans-serif; } hr { @@ -251,10 +256,6 @@ iframe, /* 24px */ } -li > blockquote { - margin-bottom: 0; -} - audio:not([controls]) { display: none; } @@ -324,7 +325,7 @@ code, kbd, tt, var { - font-size: 0.875rem; + font-size: 0.875em; font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace; } @@ -620,7 +621,7 @@ h6.md-focus .md-attr, .md-comment { color: #5a95e3; - opacity: 1; + opacity: 0.8; } .md-inline-math svg { @@ -680,6 +681,7 @@ h6.md-focus .md-attr, .context-menu.dropdown-menu .divider, .dropdown-menu .divider { background-color: #777777; + opacity: 1; } footer { @@ -744,6 +746,10 @@ footer { border-color: transparent; } +.btn-primary { + color: white; +} + .btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default { color: white; border: 1px solid #ddd; @@ -941,7 +947,10 @@ footer.ty-footer { height: 21px; } -.ty-preferences .nav-group-item.active { +.ty-preferences .nav-group-item.active, +.export-item.active, +.export-items-list-control, +.export-detail { background: var(--item-hover-bg-color); } @@ -982,7 +991,7 @@ footer.ty-footer { } .nav-group-item:active { - background-color: #474d54; + background-color: #474d54 !important; } .md-search-hit { @@ -998,8 +1007,11 @@ footer.ty-footer { color: white; } -.export-detail, -.export-item.active, -.export-items-list-control { - background: #d6d6d4 +.modal-backdrop.in { + opacity: 1; + backdrop-filter: blur(1px); +} + +.clear-btn-icon { + top: 8px; } \ No newline at end of file