mirror of
https://github.com/jlengrand/bugsink.git
synced 2026-03-10 08:01:17 +00:00
2
theme/static/css/dist/styles.css
vendored
2
theme/static/css/dist/styles.css
vendored
File diff suppressed because one or more lines are too long
@@ -126,6 +126,15 @@
|
||||
top: 20px;
|
||||
}
|
||||
|
||||
/* Tailwind dark mode support */
|
||||
[data-theme="dark"] .triangle-left:before {
|
||||
border-color: transparent rgb(71 85 105) transparent transparent;
|
||||
}
|
||||
|
||||
[data-theme="dark"] .triangle-left:after {
|
||||
border-color: transparent rgb(51 65 85) transparent transparent;
|
||||
}
|
||||
|
||||
/*
|
||||
The below is the output of:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user