Skip to content

Commit a1d4b95

Browse files
updated base.scss
1 parent 86878ff commit a1d4b95

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

src/Layout/Base/Base.scss

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88

99
/*!
1010
* PUNICA CSS - #{theme('name')}
11+
* v2.8.0 build 1045
1112
*
1213
* @link http://www.punicacss.com
1314
* @link http://github.com/codeforms/Punica-CSS-Framework
@@ -62,15 +63,10 @@ a {
6263
outline: none;
6364
text-decoration: none;
6465
&:focus,
65-
&:hover,
66-
&:active,
67-
&.active {
68-
color: darken(theme('color', 'primary'), 8%);
66+
&:hover {
67+
color: theme('color', 'primary');
6968
text-decoration: underline;
7069
}
71-
&:visited {
72-
color: theme('color', 'text');
73-
}
7470
}
7571
hr {
7672
margin: 15px 0;

0 commit comments

Comments
 (0)