diff --git a/css/style.css b/css/style.css
index 8febf26..434839f 100755
--- a/css/style.css
+++ b/css/style.css
button {
border: none;
- background-color: light-dark(var(--Valkoinen),var(--MUSTA));
+ background-color: var(--kpedu);
color: var(--Valkoinen);
padding: 6px 8px;
border-radius: 10%;
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,