mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-24 16:53:17 +00:00
Update custom.scss
This commit is contained in:
parent
918d377d5b
commit
8bac77ab33
1 changed files with 12 additions and 0 deletions
12
resources/assets/sass/custom.scss
vendored
12
resources/assets/sass/custom.scss
vendored
|
@ -422,4 +422,16 @@ details summary::-webkit-details-marker {
|
|||
color: #08d;
|
||||
background: transparent;
|
||||
border: 1px solid #08d;
|
||||
}
|
||||
|
||||
.messages-page .bg-primary.text-white a {
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.notification-tooltip .tooltip-inner {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.notification-tooltip .arrow::before {
|
||||
border-bottom-color:#dc3545 !important;
|
||||
}
|
Loading…
Reference in a new issue