mirror of
https://git.sr.ht/~cadence/cloudtube
synced 2025-11-19 12:46:31 +00:00
Fix theme on can't think page
This commit is contained in:
parent
0d23d66700
commit
15e3f06ad6
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ $_theme: () !default
|
|||
|
||||
.page-narration
|
||||
background-color: map.get($_theme, "bg-3")
|
||||
border: 1px solid #aaa
|
||||
color: #fff
|
||||
border: 1px solid map.get($_theme, "edge-grey")
|
||||
color: map.get($_theme, "fg-bright")
|
||||
border-radius: 0
|
||||
padding: 16px
|
||||
margin: 40px auto 60px
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue