mirror of
https://github.com/ericaxu/gemmy.git
synced 2026-07-22 07:30:31 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
6a05c1f72b
1 changed files with 9 additions and 6 deletions
15
styles.css
15
styles.css
|
|
@ -14,10 +14,13 @@
|
|||
border-radius: var(--granite-size);
|
||||
}
|
||||
|
||||
.granite-tooltip {
|
||||
--background-modifier-message: var(--background-primary);
|
||||
color: var(--text-normal) !important;
|
||||
font-size: var(--font-ui-medium);
|
||||
border-radius: 20px;
|
||||
padding: var(--size-4-3) var(--size-4-6);
|
||||
.granite-container[aria-label]::before {
|
||||
--background-modifier-message: var(--background-primary);
|
||||
content: attr(aria-label);
|
||||
color: var(--text-normal) !important;
|
||||
font-size: var(--font-ui-medium);
|
||||
border-radius: 20px;
|
||||
padding: var(--size-4-3) var(--size-4-6);
|
||||
width: 150px;
|
||||
background: var(--background-modifier-message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue