1
0

/about/ white foreground on button hover

This commit is contained in:
2018-02-03 18:01:02 +01:00
parent b1787df1fc
commit 77a879294a
3 changed files with 4 additions and 2 deletions

View File

@@ -148,7 +148,8 @@ body {
margin: 5px 0; }
.iconbutton_light:hover {
cursor: pointer;
background-color: #555; }
background-color: #555;
color: #CCC; }
.iconbutton_light svg {
width: 14pt;
height: 14pt;