mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 11:31:41 +00:00
resaltar botones del editor en tema oscuro
This commit is contained in:
parent
6ae31c333a
commit
2286ddfa5b
1 changed files with 6 additions and 0 deletions
|
@ -20,12 +20,18 @@ $magenta: #f206f9;
|
||||||
--background: #{$black};
|
--background: #{$black};
|
||||||
--color: #{$cyan};
|
--color: #{$cyan};
|
||||||
}
|
}
|
||||||
|
trix-toolbar {
|
||||||
|
.trix-button--icon {
|
||||||
|
background-color: var(--color);
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
trix-toolbar {
|
trix-toolbar {
|
||||||
background-color: var(--background);
|
background-color: var(--background);
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||||
|
|
Loading…
Reference in a new issue