mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-12-25 01:05:36 +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
|
@ -423,3 +423,15 @@ details summary::-webkit-details-marker {
|
||||||
background: transparent;
|
background: transparent;
|
||||||
border: 1px solid #08d;
|
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