diff options
| author | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 | 
|---|---|---|
| committer | Romain Gonçalves <me@rgoncalves.se> | 2021-12-14 19:20:21 +0100 | 
| commit | b80cbb4da92dcdead24a3ab44f84f5e75e1e7c1c (patch) | |
| tree | 18400bd0ad74d12230695b754662d8a3a811f23d /sass | |
| parent | e168a7ba551f035c357efa92a3b1079277486e55 (diff) | |
| download | website-trunk.tar.gz | |
Diffstat (limited to 'sass')
| -rw-r--r-- | sass/style/style.sass | 9 | 
1 files changed, 6 insertions, 3 deletions
| diff --git a/sass/style/style.sass b/sass/style/style.sass index 1d60794..a357f27 100644 --- a/sass/style/style.sass +++ b/sass/style/style.sass @@ -29,7 +29,7 @@ footer  	margin: 2em 0 2em 0  	padding: .1em 0 .1em 0  	background-color: $grey -	p +	*  		text-align: center  		max-width: none @@ -40,6 +40,8 @@ a  	background-color: $grey_1  	padding: .1em  	color: $fg +	&.transparent +		background-color: transparent  hr  	border-bottom: solid .1em $grey @@ -61,9 +63,10 @@ blockquote  	border-left: solid .2em $grey_1  pre -	padding: 1em -	border-radius: .4em +	background-color: $grey +	border-left: $grey_1 solid   	overflow: auto +	padding: 1em  img  	max-width: 100% |