Skip to content

Commit 5800c54

Browse files
committed
Replace VueMaterial selection color to FrameworkJS site color
Signed-off-by: Daniell Mesquita <[email protected]>
1 parent f90aed4 commit 5800c54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

css/page-common.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ a .badge{color:#fff!important;text-decoration:none}
2828
a button{text-decoration:none}
2929

3030
::selection {
31-
background: #00A185;
32-
color: #fff;
31+
background: #00A185!important;
32+
color: #fff!important;
3333
}
3434

3535
.full-size{width:100%!important;height:100%!important}

0 commit comments

Comments
 (0)