Update src/style.css
All checks were successful
On_Push / build (push) Successful in 23s

This commit is contained in:
flamez 2025-02-23 15:39:29 +00:00
parent d7745167da
commit db1735aa6d

View file

@ -2,14 +2,14 @@ html, body {
height: 100%; height: 100%;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color:#191919; background-color:#4d4d4d;
} }
p1{ p1{
font-family: "Times New Roman"; font-family: "Times New Roman";
font-size: 100%; font-size: 100%;
background-color: white; background-color: #00008b;
color: black; color: #FF8C00;
} }
p.solid{border-style: solid;} p.solid{border-style: solid;}
@ -17,7 +17,7 @@ p2{
font-family: "Times New Roman"; font-family: "Times New Roman";
font-size: 100%; font-size: 100%;
background-color: darkblue; background-color: darkblue;
color: orange; color: #FF8C00;
} }
/* Style the tab */ /* Style the tab */
@ -40,12 +40,12 @@ p2{
/* Change background color of buttons on hover */ /* Change background color of buttons on hover */
.tab button:hover { .tab button:hover {
background-color: #ddd; background-color: #ffffff;
} }
/* Create an active/current tablink class */ /* Create an active/current tablink class */
.tab button.active { .tab button.active {
background-color: #ccc; background-color: #00008b;
} }
/* Style the tab content */ /* Style the tab content */
@ -55,10 +55,11 @@ p2{
border: 1px solid #ccc; border: 1px solid #ccc;
border-top: none; border-top: none;
} }
<style>
.accordion { .accordion {
background-color: #eee; background-color: #00008b;
color: #444; color: #ffffff;
cursor: pointer; cursor: pointer;
padding: 18px; padding: 18px;
width: 100%; width: 100%;