This commit is contained in:
Rosia E Evans 2025-05-16 12:41:40 +01:00
parent 823a8e46d9
commit 5f97508292
3 changed files with 7 additions and 6 deletions

View file

@ -9,7 +9,7 @@
.font_scaler button{
background: none;
background-color: var(--backing);
border: none;
border: 2px solid var(--text);
margin-left: 10px;
margin-bottom: 10px;
padding: 5px;
@ -21,8 +21,8 @@
height: 3vw;
}
.font_scaler button::hover, .font_scaler img::hover{
background-color: grey;
.font_scaler button:hover, .font_scaler img:hover{
background-color: lightgrey;
}
@media (orientation: portrait) {