From 5ad9110667e50cbbb7ba093c6956001917e66baf Mon Sep 17 00:00:00 2001 From: Tolmachev Igor Date: Wed, 6 Nov 2024 18:34:47 +0300 Subject: Fix styles and change nav --- index.html | 2 +- projects/index.html | 2 +- style.css | 10 ++++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index bc92876..5101933 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ diff --git a/projects/index.html b/projects/index.html index da866e0..e10aa12 100644 --- a/projects/index.html +++ b/projects/index.html @@ -14,7 +14,7 @@ diff --git a/style.css b/style.css index edf23f1..f9c63dc 100644 --- a/style.css +++ b/style.css @@ -94,17 +94,19 @@ main > *:last-child { } a, -.copy, -.add { +.copy { color: var(--color-primary); } -.copy:hover, -.add:hover { +.copy:hover { cursor: pointer; color: var(--color-secondary); } +ul { + padding-left: 1.5em; +} + input { background: none; color: var(--color-primary); -- cgit v1.3