diff options
| -rw-r--r-- | .config/startpage/style.css | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/startpage/style.css b/.config/startpage/style.css index 9eefe45..51fa31d 100644 --- a/.config/startpage/style.css +++ b/.config/startpage/style.css @@ -55,7 +55,7 @@ h1 {  	position: absolute;  	top: 0;  	left: 0; -	background-color: #000; +	background-color: #0c0c0c;  	z-index: -2;  	border-radius: 8px;  }  |