qol
This commit is contained in:
parent
823a8e46d9
commit
5f97508292
3 changed files with 7 additions and 6 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue