This commit is contained in:
TheGiddyLimit
2024-01-10 17:30:40 +00:00
parent e3bf75f42a
commit 5ffd4acdb4
26 changed files with 473 additions and 322 deletions

View File

@@ -81,4 +81,18 @@
}
}
}
&-homebrew__ {
&b {
background-color: $rgb-bg-homebrew--night;
}
&disp-old-content {
color: #f99;
}
&disp-inline {
background-color: $rgb-bg-homebrew--night;
}
}
}

View File

@@ -630,6 +630,39 @@ $rgb-inset-border: #656565;
}
}
}
&-homebrew__ {
&b {
background-color: $rgb-bg-homebrew;
clear: both;
}
&wrp-notice {
float: right;
border: 1px dotted;
margin-bottom: 5px;
margin-left: 5px;
padding-right: 2px;
padding-left: 2px;
text-indent: 0;
}
&disp-notice {
&::before {
content: "Homebrew";
}
}
&disp-old-content {
color: #a00;
margin-left: 5px;
}
&disp-inline {
background-color: $rgb-bg-homebrew;
text-decoration: underline dotted;
}
}
}
// Entries embedded in tables

View File

@@ -2197,46 +2197,6 @@ th.border {
border: 1px solid rgba(0, 0, 0, 0.15);
}
.homebrew-section {
background-color: $rgb-bg-homebrew;
.homebrew-float {
float: right;
border: 1px dotted;
margin-bottom: 5px;
margin-left: 5px;
padding-right: 2px;
padding-left: 2px;
text-indent: 0;
}
.homebrew-old-content {
color: #a00;
margin-left: 5px;
}
.homebrew-notice {
&::before {
content: "Homebrew";
}
}
}
.homebrew-inline {
background-color: $rgb-bg-homebrew;
text-decoration: underline dotted;
}
.stats tr.homebrew-hover {
> td {
padding: 5px 0.3em;
> div > *:last-child {
margin-bottom: 0;
}
}
}
.toast {
@include shadow-1();
@@ -3138,18 +3098,6 @@ th.border {
background: $rgb-bg--night;
}
.homebrew-section {
background-color: $rgb-bg-homebrew--night;
.homebrew-old-content {
color: #f99;
}
}
.homebrew-inline {
background-color: $rgb-bg-homebrew--night;
}
.highlight {
color: $rgb-bg--night;
background-color: $rgb-bg-highlight--night;

View File

@@ -87,7 +87,7 @@ $rgb-cb-grey: #666;
$rgb-bg: white;
$rgb-bg--alt: whitesmoke;
$rgb-bg-homebrew: rgba(255, 0, 0, 0.1);
$rgb-bg-homebrew: #ff00001a;
$rgb-bg--night: #222;
$rgb-bg--alt-night: #383838;