mirror of
https://github.com/zombieFox/nightTab.git
synced 2024-11-27 02:24:22 +01:00
[design] improve horizontal rules
This commit is contained in:
parent
61b7d79820
commit
dbfed858ac
@ -74,7 +74,7 @@
|
||||
}
|
||||
|
||||
.menu-item:not(:last-child) {
|
||||
border-bottom: 2px solid rgb(var(--theme-gray-03));
|
||||
border-bottom: var(--horizontal-rule);
|
||||
}
|
||||
|
||||
.menu-item-header {
|
||||
|
@ -56,7 +56,7 @@ p:not(:last-child) {
|
||||
|
||||
hr {
|
||||
border: 0;
|
||||
border-top: 2px solid rgb(var(--theme-gray-02));
|
||||
border-top: var(--horizontal-rule);
|
||||
border-radius: var(--theme-radius);
|
||||
margin: 1em 0;
|
||||
clear: both;
|
||||
|
@ -73,6 +73,7 @@
|
||||
0 0 1em rgba(0, 0, 0, 0.1);
|
||||
--layout-shadow-large: 0 0 1em rgba(0, 0, 0, 0.2),
|
||||
0 0 2em rgba(0, 0, 0, 0.1);
|
||||
--horizontal-rule: calc(var(--layout-line-width) / 2) solid rgb(var(--theme-gray-02));
|
||||
/* background */
|
||||
--background-color-theme: var(--theme-gray-01);
|
||||
--background-color-custom: rgb(0, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user