Skip to content

Commit 4c3013a

Browse files
Theme: Changed default and hover interaction states font color
1 parent 3f8e457 commit 4c3013a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

themes/base/theme.css

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
border: 1px solid #c5c5c5/*{borderColorDefault}*/;
5555
background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
5656
font-weight: normal/*{fwDefault}*/;
57-
color: #333333/*{fcDefault}*/;
57+
color: #454545/*{fcDefault}*/;
5858
}
5959
.ui-state-default a,
6060
.ui-state-default a:link,
6161
.ui-state-default a:visited {
62-
color: #333333/*{fcDefault}*/;
62+
color: #454545/*{fcDefault}*/;
6363
text-decoration: none;
6464
}
6565
.ui-state-hover,
@@ -71,7 +71,7 @@
7171
border: 1px solid #cccccc/*{borderColorHover}*/;
7272
background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
7373
font-weight: normal/*{fwDefault}*/;
74-
color: #333333/*{fcHover}*/;
74+
color: #2b2b2b/*{fcHover}*/;
7575
}
7676
.ui-state-hover a,
7777
.ui-state-hover a:hover,
@@ -81,7 +81,7 @@
8181
.ui-state-focus a:hover,
8282
.ui-state-focus a:link,
8383
.ui-state-focus a:visited {
84-
color: #333333/*{fcHover}*/;
84+
color: #2b2b2b/*{fcHover}*/;
8585
text-decoration: none;
8686
}
8787
.ui-state-active,

0 commit comments

Comments
 (0)