Improve theme integration

This commit is contained in:
2023-08-23 14:02:05 +02:00
parent 263a62c1a4
commit c5ba69ddeb
2 changed files with 16 additions and 2 deletions

View File

@ -10,10 +10,11 @@
.f3 .cursor-pointer {
cursor: pointer;
}
.f3 svg.main_svg {
width: 100%;
height: 100%;
background-color: #3b5560;
/*background-color: #3b5560;*/
color: #3b5560;
}
.f3 svg.main_svg text {
@ -95,3 +96,7 @@
-webkit-transform: translateY(-8px) scale(0.8);
transform: translateY(-8px) scale(0.8);
}
.f3-light .link {
stroke: black;
}