Jesper Hess
f68ff9a945
Moved bootstrap folder into _sass/bootstrap Moved cryptohagen.scss to /assets/css Added frontmatter to cryptohagen.scss
10 lines
165 B
SCSS
10 lines
165 B
SCSS
// WebKit-style focus
|
|
|
|
@mixin tab-focus() {
|
|
// Default
|
|
outline: thin dotted;
|
|
// WebKit
|
|
outline: 5px auto -webkit-focus-ring-color;
|
|
outline-offset: -2px;
|
|
}
|