mirror of
https://github.com/zedeus/nitter
synced 2026-09-06 15:19:32 +00:00
Rewrite sass variables to support themes
This commit is contained in:
parent
d31ada9bad
commit
81160b1915
16 changed files with 173 additions and 94 deletions
|
|
@ -3,7 +3,7 @@
|
|||
.photo-rail {
|
||||
&-card {
|
||||
float: left;
|
||||
background: $bg_panel;
|
||||
background: var(--bg_panel);
|
||||
border-radius: 0 0 4px 4px;
|
||||
width: 100%;
|
||||
margin: 5px 0;
|
||||
|
|
@ -18,7 +18,7 @@
|
|||
display: none;
|
||||
width: calc(100% - 24px);
|
||||
float: unset;
|
||||
color: $accent;
|
||||
color: var(--accent);
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue