mirror of
https://github.com/torproject/lego.git
synced 2024-11-23 09:39:44 +00:00
Merge branch 'banner-close-hover' into 'main'
Banner close hover See merge request tpo/web/lego!72
This commit is contained in:
commit
b362ba120c
@ -274,7 +274,7 @@ html[dir="rtl"] {
|
||||
}
|
||||
|
||||
.banner-close:hover {
|
||||
background-color: #EFB149;
|
||||
background-color: var(--abouttor-yec-heading-color);
|
||||
}
|
||||
|
||||
.eoy-sr-only {
|
||||
|
2
assets/static/css/bootstrap.css
vendored
2
assets/static/css/bootstrap.css
vendored
@ -10522,7 +10522,7 @@ html[dir=rtl] .banner-foreground-text {
|
||||
}
|
||||
|
||||
.banner-close:hover {
|
||||
background-color: #EFB149;
|
||||
background-color: var(--abouttor-yec-heading-color);
|
||||
}
|
||||
|
||||
.eoy-sr-only {
|
||||
|
Loading…
Reference in New Issue
Block a user