mirror of
https://github.com/LemmyNet/joinlemmy-site.git
synced 2024-11-22 04:11:15 +00:00
dark gray card border.
This commit is contained in:
parent
b54fe0d365
commit
5b9d81e4c3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
.card {
|
.card {
|
||||||
webkit-box-shadow: unset;
|
webkit-box-shadow: unset;
|
||||||
box-shadow: unset;
|
box-shadow: unset;
|
||||||
border: 1px solid var(--color-grey) !important;
|
border: 1px solid var(--color-darkGrey) !important;
|
||||||
}
|
}
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: 'CaviarDreams';
|
font-family: 'CaviarDreams';
|
||||||
|
|
Loading…
Reference in a new issue