small theme corrections
This commit is contained in:
@ -164,6 +164,10 @@ body {
|
||||
font-size: smaller
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] .billing {
|
||||
color: white !important;
|
||||
}
|
||||
|
||||
.WP2 {
|
||||
background: radial-gradient(#ffff00, #ffe169) !important;
|
||||
}
|
||||
@ -227,6 +231,10 @@ body {
|
||||
border-radius: 4px;
|
||||
}
|
||||
|
||||
[data-bs-theme=dark] .hoverlink {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.hoverlink:hover {
|
||||
color: white;
|
||||
background-image: linear-gradient(to right bottom, #99c1f1, #1a5f64);
|
||||
|
Reference in New Issue
Block a user