Rollup merge of #74504 - lzutao:ayu-border-selected-fn, r=GuillaumeGomez
Add right border bar to Dark and Light theme Demo: Light theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662491120 Dark theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662522446 Ayu theme: https://github.com/rust-lang/rust/pull/74504#issuecomment-662625685
This commit is contained in:
commit
52476f53dd
@ -326,7 +326,7 @@ a.test-arrow:hover {
|
||||
|
||||
:target > code, :target > .in-band {
|
||||
background: rgba(255, 236, 164, 0.06);
|
||||
border-right: 3px solid #ffb44c;
|
||||
border-right: 3px solid rgba(255, 180, 76, 0.85);
|
||||
}
|
||||
|
||||
pre.compile_fail {
|
||||
|
@ -274,6 +274,7 @@ a.test-arrow:hover{
|
||||
|
||||
:target > code, :target > .in-band {
|
||||
background-color: #494a3d;
|
||||
border-right: 3px solid #bb7410;
|
||||
}
|
||||
|
||||
pre.compile_fail {
|
||||
|
@ -269,6 +269,7 @@ a.test-arrow:hover{
|
||||
|
||||
:target > code, :target > .in-band {
|
||||
background: #FDFFD3;
|
||||
border-right: 3px solid #ffb44c;
|
||||
}
|
||||
|
||||
pre.compile_fail {
|
||||
|
Loading…
Reference in New Issue
Block a user