fix css issue (#2650)

This commit is contained in:
Abbie Petchtes
2018-09-20 12:16:20 -07:00
committed by GitHub
parent 9b998e3fca
commit 0bbcbf0d2d

View File

@@ -100,12 +100,11 @@ modelview-dom-component img {
max-height: 100%; max-height: 100%;
} }
modelview-dom-component a, a:link{ modelview-dom-component a, modelview-dom-component a:link{
text-decoration: none; text-decoration: none;
color: rgb(0, 0, 238) !important;
} }
modelview-dom-component a:hover, a:link { modelview-dom-component a:hover, modelview-dom-component a:link {
text-decoration: underline; text-decoration: underline;
} }