Compare commits

..

2 Commits

Author SHA1 Message Date
luca0N! e4ce651b94
Update outdated background color (#4)
The background color for the light theme, which has been changed on commit 19fc8d9a0a, was updated in the light theme CSS file.
2024-03-24 16:36:01 -03:00
luca0N! dfe60c6800
Update repository URL in CSS headers 2024-03-24 16:33:53 -03:00
3 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
* CSS for luca0N.com, version 3
* Main style
*
* https://git.luca0n.com/luca0N-website.git/
* https://git.luca0n.com/luca0N/luca0N-website
*/
body {

View File

@ -2,7 +2,7 @@
* CSS for luca0N.com, version 3
* Main style, dark theme
*
* https://git.luca0n.com/luca0N-website.git/
* https://git.luca0n.com/luca0N/luca0N-website
*/
body {

View File

@ -2,14 +2,14 @@
* CSS for luca0N.com, version 3
* Main style, light theme
*
* https://git.luca0n.com/luca0N-website.git/
* https://git.luca0n.com/luca0N/luca0N-website
*/
body {
margin: 0;
font-family: sans-serif;
background-color: #ddd;
background-color: #eee;
color: #333;
}