update some basic style

This commit is contained in:
afc163 2016-03-22 19:24:47 +08:00
parent e4c355f6a4
commit 02807a69ad
3 changed files with 10 additions and 1 deletions

View File

@ -59,6 +59,7 @@ a:hover {
background: #2db7f5;
color: #fff;
}
::-moz-selection {
background: #2db7f5;
color: #fff;

View File

@ -29,7 +29,6 @@
}
&-item,
&-submenu,
&-submenu-title {
cursor: pointer;
transition: all 0.3s ease;

View File

@ -46,6 +46,14 @@ input::-ms-clear, input::-ms-reveal {
display: none;
}
::selection {
background: @primary-color;
}
::-moz-selection {
background: @primary-color;
}
// Links
// -- TODO --
a {
@ -54,6 +62,7 @@ a {
text-decoration: none;
outline: none;
cursor: pointer;
transition: color .3s ease;
&:hover {
color: @link-hover-color;