Skip to content

Commit 21b28b9

Browse files
Merge pull request #270 from Yohn/Login-Page
Login page
2 parents 09d3048 + 4ee2ecc commit 21b28b9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

css/app-dark.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,13 @@
22
background-color: #292929 !important;
33
color: #FFFFFF !important;
44
}
5+
button {
6+
background-color: rgba(255,255,255,.2) !important;
7+
}
8+
button:hover {
9+
background-color: rgba(255,255,255,.4) !important;
10+
}
11+
input{
12+
border-color: #424242 !important;
13+
background-color: rgba(0,0,0,.2) !important;
14+
}

0 commit comments

Comments
 (0)