mirror of
https://0xacab.org/sutty/sutty
synced 2024-11-15 08:21: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};
|
||||
--color: #{$cyan};
|
||||
}
|
||||
trix-toolbar {
|
||||
.trix-button--icon {
|
||||
background-color: var(--color);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
trix-toolbar {
|
||||
background-color: var(--background);
|
||||
position: sticky;
|
||||
top: 0;
|
||||
|
||||
}
|
||||
|
||||
// TODO: Encontrar la forma de generar esto desde los locales de Rails
|
||||
|
|
Loading…
Reference in a new issue