Missed some styles on previous commit.
This commit is contained in:
parent
bb2efa4b27
commit
e9b4fc55d6
1 changed files with 16 additions and 4 deletions
20
style.css
20
style.css
|
@ -462,9 +462,21 @@ svg.ts-logo {
|
||||||
color: #DDD;
|
color: #DDD;
|
||||||
}
|
}
|
||||||
|
|
||||||
a.download-button {
|
.control-buttons {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 4rem;
|
padding: 0.15em 0.2em;
|
||||||
top: 1em;
|
left: 0;
|
||||||
font-size: 2.5rem;
|
top: 0;
|
||||||
|
margin: 0.8em;
|
||||||
|
font-size: 2.1rem;
|
||||||
|
border: dashed #28582fed 0.1em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-buttons a {
|
||||||
|
margin: 0.2em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.control-buttons a {
|
||||||
|
color: #28582fed;
|
||||||
|
margin: 0.2em;
|
||||||
}
|
}
|
Loading…
Reference in a new issue