Define more border and input color variables

This commit is contained in:
Carlos Fernandez 2026-05-26 17:59:10 -04:00
parent 48f9ffc318
commit 6fbccfc543
5 changed files with 37 additions and 30 deletions

View file

@ -50,14 +50,15 @@
*/
.dh-typography() {
h1 {
--dh-input-text-color: @color-text-emphatic;
font-family: @font-title;
margin: 0;
border: none;
font-weight: normal;
}
h1 input[type='text'] {
font-family: @font-title;
input[type='text'],
.input[contenteditable] {
font-family: @font-title;
}
}
h2,