Changes to text hierarchy
This commit is contained in:
parent
9aedf8813b
commit
a46b31d34c
@ -275,11 +275,10 @@
|
||||
#settingslist .setting_name {
|
||||
font-size: 1.1em;
|
||||
height: 24px;
|
||||
color: var(--color-light);
|
||||
}
|
||||
#settingslist .setting_description {
|
||||
font-size: 0.9em;
|
||||
color: var(--color-text);
|
||||
font-size: 0.94em;
|
||||
color: var(--color-subtle_text);
|
||||
}
|
||||
#settingslist input[type=number] {
|
||||
height: 28px;
|
||||
@ -336,7 +335,7 @@
|
||||
height: 30px;
|
||||
background-color: var(--color-button);
|
||||
border: 1px solid var(--color-border);
|
||||
font-size: 0.9em;
|
||||
font-size: 0.94em;
|
||||
overflow: hidden;
|
||||
white-space: nowrap;
|
||||
display: inline-block;
|
||||
@ -382,7 +381,8 @@
|
||||
}
|
||||
.color_field p {
|
||||
margin: 0;
|
||||
font-size: 0.9em;
|
||||
font-size: 0.94em;
|
||||
color: var(--color-subtle_text);
|
||||
}
|
||||
.color_field h4 {
|
||||
margin: 0;
|
||||
@ -710,7 +710,7 @@
|
||||
clear: both;
|
||||
}
|
||||
#plugin_list .description {
|
||||
font-size: 0.9em;
|
||||
font-size: 0.94em;
|
||||
max-height: 48px;
|
||||
margin-right: 12px;
|
||||
}
|
||||
|
@ -308,7 +308,7 @@
|
||||
--color-text: #cacad4;
|
||||
--color-light: #f4f3ff;
|
||||
--color-accent_text: #000006;
|
||||
--color-subtle_text: #7f8189;
|
||||
--color-subtle_text: #848891;
|
||||
--color-bright_ui: #f4f3ff;
|
||||
--color-grid: #495061;
|
||||
--color-checkerboard: #1c2026;
|
||||
|
@ -600,8 +600,12 @@
|
||||
#start-files left span.icon_wrapper {
|
||||
height: 22px;
|
||||
}
|
||||
#start-files left li p {
|
||||
font-size: 0.94em;
|
||||
color: var(--color-subtle_text);
|
||||
}
|
||||
#start-files left i {
|
||||
font-size: 19pt;
|
||||
font-size: 18pt;
|
||||
height: 22px;
|
||||
margin: 2px 8px 0px 0;
|
||||
display: inline-block;
|
||||
|
@ -19,7 +19,7 @@ const CustomTheme = {
|
||||
text: '#cacad4',
|
||||
light: '#f4f3ff',
|
||||
accent_text: '#000006',
|
||||
subtle_text: '#7f8189',
|
||||
subtle_text: '#848891',
|
||||
grid: '#495061',
|
||||
wireframe: '#576f82',
|
||||
checkerboard: '#1c2026',
|
||||
|
@ -63,7 +63,7 @@
|
||||
|
||||
"format.free": "Generic Model",
|
||||
"format.free.desc": "Model without restrictions for game engines, rendering etc.",
|
||||
"format.skin": "Skin",
|
||||
"format.skin": "Minecraft Skin",
|
||||
"format.skin.desc": "Edit player and entity skins",
|
||||
"format.java_block": "Java Block/Item",
|
||||
"format.java_block.desc": "Block model for Java Edition. Size and rotations are limited.",
|
||||
|
Loading…
x
Reference in New Issue
Block a user