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