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:
Lzu Tao 2020-07-22 14:46:33 +00:00
parent ccbb024d83
commit 7005ddb50d
2 changed files with 2 additions and 0 deletions

View File

@ -270,6 +270,7 @@ a.test-arrow:hover{
:target > code, :target > .in-band {
background-color: #494a3d;
border-right: 3px solid #bb7410;
}
pre.compile_fail {

View File

@ -265,6 +265,7 @@ a.test-arrow:hover{
:target > code, :target > .in-band {
background: #FDFFD3;
border-right: 3px solid #ffb44c;
}
pre.compile_fail {