mirror of
https://github.com/alvierahman90/capitals_quiz.git
synced 2024-11-23 17:59:55 +00:00
add styling for timer
This commit is contained in:
parent
53e7d62280
commit
75298991e7
@ -49,6 +49,18 @@
|
||||
background: var(--good);
|
||||
}
|
||||
|
||||
#time {
|
||||
background: var(--blue);
|
||||
}
|
||||
|
||||
#gameinfo {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#gameinfo * {
|
||||
margin: 0 0.5em 0 0.5em;
|
||||
}
|
||||
|
||||
#previousQuestionAnswer { background: var(--green) }
|
||||
|
||||
#game .answer {
|
||||
|
@ -1,3 +1,5 @@
|
||||
@import url("https://alv.cx/styles.css");
|
||||
|
||||
:root {
|
||||
--default-bg: #fefefe;
|
||||
--dark-bg: #b8b8b8;
|
||||
@ -32,35 +34,3 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
a { color: #07a; }
|
||||
a:visited { color: #941352; }
|
||||
|
||||
img[class="centered"] {
|
||||
margin: 0 auto;
|
||||
display: block;
|
||||
}
|
||||
|
||||
table {
|
||||
border-collapse: collapse;
|
||||
margin: 1em auto;
|
||||
}
|
||||
th, td {
|
||||
padding: 1em;
|
||||
border: 1px solid #454545;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
||||
pre {
|
||||
background-color: #d9d9d9 ;
|
||||
color: #000;
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
details {
|
||||
padding: 1em 0 1em 0;
|
||||
}
|
||||
|
||||
li {
|
||||
margin-bottom: 1em;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user