forked from blisstown/campfire
rework post design; refine light theme
This commit is contained in:
parent
8d9c3cc4fe
commit
0a563e6121
6 changed files with 23 additions and 12 deletions
|
@ -200,6 +200,8 @@
|
|||
height: calc(100vh - 32px);
|
||||
border-radius: 8px;
|
||||
background-color: var(--bg-800);
|
||||
transition: background-color .1s linear;
|
||||
user-select: none;
|
||||
}
|
||||
|
||||
.server-header {
|
||||
|
@ -213,6 +215,7 @@
|
|||
background-size: cover;
|
||||
background-color: var(--bg-600);
|
||||
background-image: linear-gradient(to top, var(--bg-800), var(--bg-600));
|
||||
transition: background .1s linear;
|
||||
}
|
||||
|
||||
.server-icon {
|
||||
|
@ -270,6 +273,7 @@
|
|||
font-size: .9em;
|
||||
opacity: .6;
|
||||
text-align: center;
|
||||
user-select: text;
|
||||
}
|
||||
|
||||
.version ul {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue