Compare commits

..

No commits in common. "e4ce651b9488344c4a9f51e30447703bf0452dc4" and "355390c64abd39b8fdd0963e8de9a1b5a3f65091" have entirely different histories.

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/luca0N-website
* https://git.luca0n.com/luca0N-website.git/
*/
body {

View File

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

View File

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