Skip to content

Commit a2eccee

Browse files
Always use @white instead of #FFFFFF
1 parent 3fcf26d commit a2eccee

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

inyoka_theme_ubuntuusers/static/style/ikhaya.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ div.preview_wrapper {
271271
}
272272
a.show_comments,a.hide_comments {
273273
background-color: @grey_darker;
274-
color: #FFFFFF;
274+
color: @white;
275275
}
276276
table.comments {
277277
td.author {

inyoka_theme_ubuntuusers/static/style/main.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ img {
170170

171171
input {
172172
font-size: 1em;
173-
background-color: #FFFFFF;
173+
background-color: @white;
174174
color: #000000;
175175
font-family: @font-content; /* reset browser default */
176176
}

inyoka_theme_ubuntuusers/static/style/portal.less

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ table.jstableform {
374374
width: 100%;
375375
td.jstableform-_jswarning {
376376
background-color: #D40000;
377-
color: #FFFFFF;
377+
color: @white;
378378
}
379379
td.jstableform-status-yes {
380380
background-image: url('../img/forum/solve.png');
@@ -434,4 +434,4 @@ table.jstableform {
434434
h3 {
435435
color: @white;
436436
}
437-
}
437+
}

inyoka_theme_ubuntuusers/static/style/search.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ form.search {
4141
background-position: left center;
4242
padding-left: 18px;
4343
&:hover {
44-
background-color:#FFFFFF;
44+
background-color: @white;
4545
}
4646
}
4747

0 commit comments

Comments
 (0)