mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-17 03:14:40 -05:00
add text-direction thingy
This commit is contained in:
parent
deb9de5b4e
commit
fad43e4ae8
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ height: 36px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
|
text-decoration: none;
|
||||||
color: #fff !important;
|
color: #fff !important;
|
||||||
border: 1px solid var(--border-color);
|
border: 1px solid var(--border-color);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
Loading…
Reference in a new issue