mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-06 03:12:24 +00:00
asdf
This commit is contained in:
parent
5be97c546f
commit
411be1ae5a
2 changed files with 17 additions and 9 deletions
|
@ -63,6 +63,14 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
table.info,
|
||||||
|
#table-of-contents {
|
||||||
|
background-color: var(--bg1);
|
||||||
|
border: none;
|
||||||
|
box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
|
||||||
|
padding: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
h1,
|
h1,
|
||||||
|
@ -124,13 +132,6 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
table.info,
|
|
||||||
#table-of-contents {
|
|
||||||
background-color: var(--bg1);
|
|
||||||
border: none;
|
|
||||||
box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
|
|
||||||
padding: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
summary {
|
summary {
|
||||||
color: var(--col_aqua);
|
color: var(--col_aqua);
|
||||||
|
|
|
@ -74,7 +74,11 @@
|
||||||
background-color: var(--bg0);
|
background-color: var(--bg0);
|
||||||
border: unset;
|
border: unset;
|
||||||
border-color: var(--bg3);
|
border-color: var(--bg3);
|
||||||
padding: 0.2rem;
|
padding: 0.2rem 1rem;;
|
||||||
|
transition: box-shadow 0.2s ease-in-out;
|
||||||
|
&[type="submit"]:hover {
|
||||||
|
box-shadow: 2px 2px 5px 0 rgba(0,0,0, 0.2);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#scope_chosen {
|
#scope_chosen {
|
||||||
background-color: var(--bg0);
|
background-color: var(--bg0);
|
||||||
|
@ -117,7 +121,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.result {
|
.result {
|
||||||
box-shadow: 1px 1px 5px 0 rgba(0,0,0, 0.3);
|
a:hover {
|
||||||
|
background-color: inherit;
|
||||||
|
}
|
||||||
|
box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.3);
|
||||||
.from {
|
.from {
|
||||||
padding: 0.5rem 0.9rem;
|
padding: 0.5rem 0.9rem;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue