Skip to content

Commit

Permalink
Always use @white instead of #FFFFFF
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiserBarbarossa committed Aug 29, 2021
1 parent e9e18ed commit d127711
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion inyoka_theme_ubuntuusers/static/style/ikhaya.less
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ div.preview_wrapper {
}
a.show_comments,a.hide_comments {
background-color: @grey_darker;
color: #FFFFFF;
color: @white;
}
table.comments {
td.author {
Expand Down
2 changes: 1 addition & 1 deletion inyoka_theme_ubuntuusers/static/style/main.less
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ img {

input {
font-size: 1em;
background-color: #FFFFFF;
background-color: @white;
color: #000000;
font-family: @font-content; /* reset browser default */
}
Expand Down
4 changes: 2 additions & 2 deletions inyoka_theme_ubuntuusers/static/style/portal.less
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ table.jstableform {
width: 100%;
td.jstableform-_jswarning {
background-color: #D40000;
color: #FFFFFF;
color: @white;
}
td.jstableform-status-yes {
background-image: url('../img/forum/solve.png');
Expand Down Expand Up @@ -434,4 +434,4 @@ table.jstableform {
h3 {
color: @white;
}
}
}
2 changes: 1 addition & 1 deletion inyoka_theme_ubuntuusers/static/style/search.less
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ form.search {
background-position: left center;
padding-left: 18px;
&:hover {
background-color:#FFFFFF;
background-color: @white;
}
}

Expand Down

0 comments on commit d127711

Please sign in to comment.