mirror of
https://github.com/heyarne/berliner-winter.git
synced 2026-05-06 19:23:39 +02:00
Make sure the category legend is always readable
This commit is contained in:
parent
04999978dc
commit
021afeb4a0
1 changed files with 3 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ body {
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
color: #333;
|
color: #333;
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
text-shadow: 0 0 20px 20px rgba(255,255,255,.8);
|
text-shadow: 0 0 0.1em white, 0 0 0.1em white, 0 0 0.1em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.3em white, 0 0 0.6em white;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -89,10 +89,12 @@ body {
|
||||||
height: 9px;
|
height: 9px;
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
border: 2px solid #f00;
|
border: 2px solid #f00;
|
||||||
|
background: #fff;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 50%;
|
top: 50%;
|
||||||
left: -.5em;
|
left: -.5em;
|
||||||
margin-top: -4.5px;
|
margin-top: -4.5px;
|
||||||
|
box-shadow: 0 0 0.1em white, 0 0 0.1em white, 0 0 0.1em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.2em white, 0 0 0.3em white, 0 0 0.6em white;
|
||||||
}
|
}
|
||||||
|
|
||||||
.category-filter .racism a:after {
|
.category-filter .racism a:after {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue