Skip to content

Commit 3b06441

Browse files
committed
Fix styles
1 parent c73d43c commit 3b06441

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

microdocs-ui/src/assets/scss/app.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ a {
7373
color: $accent-color-secondary;
7474
}
7575
}
76+
/* Default Link Styles */
77+
a {
78+
color: #2196F3;
79+
text-decoration: none;
80+
line-height: inherit; }
81+
a[ui-sref] {
82+
cursor: pointer; }
83+
a:hover, a:focus {
84+
color: #0c83e1; }
85+
a img {
86+
border: none; }
7687

7788
.label.padding {
7889
padding: .8rem;

0 commit comments

Comments
 (0)