From 983ac64e519a77c597fc9e89e00e2f3bbd60eee8 Mon Sep 17 00:00:00 2001 From: Abdullah-MUH Date: Fri, 8 Apr 2022 22:24:10 +0300 Subject: [PATCH] Change background color. --- styles.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles.css b/styles.css index 9b8528455cf7..85dcf3f953db 100644 --- a/styles.css +++ b/styles.css @@ -1,6 +1,7 @@ * { margin:0px; padding:0px; + background-color: blueviolet; } #octocat {