Skip to content

Commit

Permalink
Recompiled less files.
Browse files Browse the repository at this point in the history
  • Loading branch information
zoltan-dulac committed Sep 9, 2024
1 parent 18dc7b5 commit e39b09f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 25 deletions.
29 changes: 10 additions & 19 deletions css/figure.css
Original file line number Diff line number Diff line change
Expand Up @@ -66,24 +66,6 @@ a.tile-cta::after {
transform: scale(0.8) translateY(0.375rem);
display: inline-block;
}
<<<<<<< HEAD
=======
@media (prefers-color-scheme: dark) {
figure {
background: #222;
}
figure,
[role="figure"] {
background: #222;
color: #ccc;
}
figure a,
[role="figure"] a {
color: #80b5f9;
}
}

>>>>>>> 570995da37c48736fecbb337dd541573c617e6b1
.video-figure {
display: block;
}
Expand Down Expand Up @@ -112,8 +94,17 @@ a.tile-cta::after {
.video-figure .able-status {
text-align: right;
}

@media (prefers-color-scheme: dark) {
figure {
background: #222;
}
figure,
[role="figure"] {
background: #222;
color: #ccc;
}
figure a,
[role="figure"] a {
color: #80b5f9;
}
}
7 changes: 3 additions & 4 deletions css/site.css
Original file line number Diff line number Diff line change
Expand Up @@ -245,15 +245,14 @@
margin: 0px 15px 5px 0px;
display: inline-block;
}

.enable-stats__heading-icon {
margin: 0 0.9375rem 0 0;
}
.enable-stats__icon-dark {
height: 1.875rem;
margin: 0px 15px 5px 0px;
display: none;
}
.enable-stats__heading-icon {
margin: 0 0.9375rem 0 0;
}
.enable-stats__label {
display: inline-block;
text-align: left;
Expand Down
2 changes: 0 additions & 2 deletions css/textbox.css
Original file line number Diff line number Diff line change
Expand Up @@ -28,14 +28,12 @@ textarea,
fieldset div {
margin-bottom: 10px;
}

@media (prefers-color-scheme: dark) {
[role="group"],
fieldset {
background-color: #333;
}
}
#charcount-example .enable-character-count {
.enable-character-count {
display: block;
margin-left: 45%;
Expand Down

0 comments on commit e39b09f

Please sign in to comment.