Skip to content

Commit

Permalink
Breathe 2024: Style updates
Browse files Browse the repository at this point in the history
Change 404 page background color.

Fix some RTL issues.

See #377


git-svn-id: https://meta.svn.wordpress.org/sites/trunk@14108 74240141-8908-4e6f-9713-ba540dce6ec7
  • Loading branch information
Adam Wood committed Oct 16, 2024
1 parent 00b21df commit 37a96a4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ body.make-hosting #headline h2 a:before { content: '\f176'; }
}

.o2-editor .o2-editor-footer .o2-editor-tabs li:first-of-type {
border-left-color: var(--wp--custom--form--border--color);
border-inline-start-color: var(--wp--custom--form--border--color);
border-top-color: var(--wp--custom--form--border--color);
-webkit-border-bottom-left-radius: 2px;
-webkit-border-bottom-right-radius: 2px;
Expand Down Expand Up @@ -1190,7 +1190,7 @@ article.state-unresolved:not(.status-private):before {
}

.rtl .sticky .o2-post:after {
left: 45px;
left: 60px;
right: initial;
}

Expand Down Expand Up @@ -1526,8 +1526,8 @@ nav.o2-post-footer-actions div.jetpack-likes-widget-wrapper {
* 404 Page
*/

.error404 #nav-below {
border: none;
body.error404 {
background-color: unset;
}

/*
Expand Down

0 comments on commit 37a96a4

Please sign in to comment.