mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 03:11:22 +00:00
style(scss): add border color for preview box of dark mode
This commit is contained in:
parent
4eab417154
commit
676e9d9676
@ -299,7 +299,7 @@ html.dark {
|
||||
.link-preview-widget {
|
||||
display: table;
|
||||
width: 100%;
|
||||
border: 2px solid rgba(55, 53, 47, 0.16);
|
||||
border: 2px solid rgba(200, 202, 208, 0.16);
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
@ -366,7 +366,7 @@ html.dark {
|
||||
height: 150px;
|
||||
padding: 0;
|
||||
vertical-align: middle;
|
||||
border-left: 1px rgba(55, 53, 47, 0.16) #f2f2f2;
|
||||
border-left: 1px rgba(200, 202, 208, 0.16) #f2f2f2;
|
||||
border-radius: 5px;
|
||||
background-repeat: no-repeat;
|
||||
background-position: 50%;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user