We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c73d43c commit 3b06441Copy full SHA for 3b06441
1 file changed
microdocs-ui/src/assets/scss/app.scss
@@ -73,6 +73,17 @@ a {
73
color: $accent-color-secondary;
74
}
75
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; }
87
88
.label.padding {
89
padding: .8rem;
0 commit comments