mirror of
https://github.com/BoostIo/Boostnote
synced 2025-12-21 13:41:40 +00:00
changed cssmodule & applied style for solarized dark theme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
@import('./Tab')
|
||||
@import('./ConfigTab')
|
||||
|
||||
|
||||
.root
|
||||
padding 15px
|
||||
white-space pre
|
||||
@@ -143,4 +143,16 @@ body[data-theme="dark"]
|
||||
&:hover
|
||||
background darken(#2E3235, 5)
|
||||
.snippet-detail
|
||||
color white
|
||||
color white
|
||||
|
||||
body[data-theme="solarized-dark"]
|
||||
.snippets
|
||||
background: #083e4c
|
||||
.snippet-item
|
||||
color white
|
||||
&::after
|
||||
background rgba(255, 255, 255 0.1)
|
||||
&:hover
|
||||
background #0a4d5e
|
||||
.snippet-detail
|
||||
color white
|
||||
|
||||
Reference in New Issue
Block a user