12 lines
138 B
CSS
12 lines
138 B
CSS
|
/*
|
||
|
* styles.css
|
||
|
* Copyright (C) 2020 Vintage Salt
|
||
|
*
|
||
|
* Distributed under terms of the MIT license.
|
||
|
*/
|
||
|
|
||
|
/* GLOBALS */
|
||
|
.content h1 {
|
||
|
}
|
||
|
|