Add right border bar to Dark and Light theme
Ayu has it. Adding similar rule to other themes makes users less surprised and makes GUI more consistent.
This commit is contained in:
parent
ccbb024d83
commit
7005ddb50d
2 changed files with 2 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ a.test-arrow:hover{
|
|||
|
||||
:target > code, :target > .in-band {
|
||||
background-color: #494a3d;
|
||||
border-right: 3px solid #bb7410;
|
||||
}
|
||||
|
||||
pre.compile_fail {
|
||||
|
|
|
|||
|
|
@ -265,6 +265,7 @@ a.test-arrow:hover{
|
|||
|
||||
:target > code, :target > .in-band {
|
||||
background: #FDFFD3;
|
||||
border-right: 3px solid #ffb44c;
|
||||
}
|
||||
|
||||
pre.compile_fail {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue