From ed4be926a7217018e052e3fecda92e4ee671d950 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 11:44:31 +0200 Subject: Cleans up and refactors CSS --- src/css/imports/_styles.css | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) (limited to 'src/css/imports/_styles.css') diff --git a/src/css/imports/_styles.css b/src/css/imports/_styles.css index 1b6eca0..687e1ba 100755 --- a/src/css/imports/_styles.css +++ b/src/css/imports/_styles.css @@ -1,11 +1,15 @@ -/* - - STYLES - - Add custom styles here. - -*/ - ::selection { background-color: var(--highlight); } + +/* Used in the navbar */ +.divider-grey { + box-shadow: inset 0 -4px 0 var(--grey-1); + /* Link hover states */ + & a { + transition: var(--hover-transition); + } + & ul a:hover { + box-shadow: inset 0 -4px 0 var(--primary); + } +} -- cgit v1.3