Diff between ed4e601ae3e324833c0094589575befe392915b5 and 380462c45b31539cb11c614b6330e3050a3bded1

Changed Files

File Additions Deletions Status
css/style.css +3 -3 modified

Full Patch

diff --git a/css/style.css b/css/style.css
index 8febf26..434839f 100755
--- a/css/style.css
+++ b/css/style.css
@@ -26,7 +26,7 @@ a {
 
 button {
     border: none;
-	background-color:  light-dark(var(--Valkoinen),var(--MUSTA));
+	background-color: var(--kpedu);
     color: var(--Valkoinen);
     padding: 6px 8px;
     border-radius: 10%;
@@ -44,8 +44,8 @@ select {
 table {
   table-layout: fixed;
   border-collapse: collapse;
-  border-top: 1px solid #999999;
-  border-bottom: 1px light
+  border-top: 1px solid var(--Porche-911);
+  border-bottom: 1px solid var(--Porche-911);
 }
 
 th,