Group .test-arrow CSS rules and fix rgb/rgba property

This commit is contained in:
Guillaume Gomez 2022-07-10 12:48:11 +02:00
parent 1dcff2d507
commit 2f3624ccb6
2 changed files with 3 additions and 7 deletions

View File

@ -178,9 +178,6 @@ a {
color: #D2991D; color: #D2991D;
} }
a.test-arrow {
color: #dedede;
}
body.source .example-wrap pre.rust a { body.source .example-wrap pre.rust a {
background: #333; background: #333;
} }
@ -255,6 +252,7 @@ pre.rust .question-mark {
} }
a.test-arrow { a.test-arrow {
color: #dedede;
background-color: rgba(78, 139, 202, 0.2); background-color: rgba(78, 139, 202, 0.2);
} }

View File

@ -175,9 +175,6 @@ a {
color: #3873AD; color: #3873AD;
} }
a.test-arrow {
color: #f5f5f5;
}
body.source .example-wrap pre.rust a { body.source .example-wrap pre.rust a {
background: #eee; background: #eee;
} }
@ -239,7 +236,8 @@ pre.rust .question-mark {
} }
a.test-arrow { a.test-arrow {
background-color: rgb(78, 139, 202, 0.2); color: #f5f5f5;
background-color: rgba(78, 139, 202, 0.2);
} }
a.test-arrow:hover{ a.test-arrow:hover{