mirror of
https://github.com/genemecija/learn-morse-code.git
synced 2026-04-21 06:03:56 +00:00
Wordlists, footer updates
This commit is contained in:
parent
113e4a2348
commit
91bca8c545
9 changed files with 94 additions and 148 deletions
|
|
@ -448,6 +448,12 @@ html, body {
|
|||
width: 100%;
|
||||
height: 2em;
|
||||
padding: 0.3em;
|
||||
display: -webkit-box;
|
||||
display: -ms-flexbox;
|
||||
display: flex;
|
||||
-webkit-box-pack: center;
|
||||
-ms-flex-pack: center;
|
||||
justify-content: center;
|
||||
background: #333;
|
||||
font-family: "Roboto", sans-serif;
|
||||
font-size: 1em;
|
||||
|
|
@ -455,6 +461,18 @@ html, body {
|
|||
z-index: 1000;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#footer a:visited {
|
||||
color: #eee;
|
||||
}
|
||||
|
||||
#footer a:hover {
|
||||
color: gold;
|
||||
}
|
||||
|
||||
h2 {
|
||||
margin-bottom: 0.5em;
|
||||
}
|
||||
|
|
@ -854,7 +872,7 @@ i[class*="ri-"] {
|
|||
font-weight: bold;
|
||||
padding: 0.3em;
|
||||
background: #666;
|
||||
color: goldenrod;
|
||||
color: gold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.3rem;
|
||||
}
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue