mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-22 12:01:23 +01:00
editable theme color
This commit is contained in:
parent
3492422db3
commit
fae03b599f
1 changed files with 7 additions and 2 deletions
|
|
@ -542,8 +542,8 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
margin: 0;
|
||||
}
|
||||
|
||||
#optionsContent input[type='number']:hover {
|
||||
outline: 1px solid #5d4651;
|
||||
#optionsContent input[type="number"]:hover {
|
||||
outline: 1px solid var(--dark-solid);
|
||||
}
|
||||
|
||||
#optionsContent input.paired {
|
||||
|
|
@ -571,6 +571,11 @@ input[type='color']::-webkit-color-swatch-wrapper {
|
|||
font-weight: bold;
|
||||
}
|
||||
|
||||
#options input[type="color"] {
|
||||
width: 2em;
|
||||
padding: 1px;
|
||||
}
|
||||
|
||||
.tabcontent button.sideButton {
|
||||
border-radius: 15%;
|
||||
font-size: 0.8em;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue