Skip to content

Commit 2585d7a

Browse files
author
Shakeel Mohamed
committed
Fix a bug with white on white text in account nav
1 parent f8a7fbd commit 2585d7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

app/assets/stylesheets/coderwall.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2117,6 +2117,11 @@ input[type=file].safari5-upload-hack {
21172117
font-weight: normal;
21182118
}
21192119

2120+
/* Bug fix for white on white text in user nav dropdown */
2121+
.jq-dropdown-panel {
2122+
background-color: #343131 !important;
2123+
}
2124+
21202125
/* ------------------------------------ */
21212126
/* START OF UGLY BROWSER-SPECIFIC HACKS */
21222127
/* ---------------------------------- */

0 commit comments

Comments
 (0)