chore: update back button and tab text colour

!5
This commit is contained in:
2024-05-17 23:45:26 +09:30
parent 03b06bb2da
commit 794f159a89
3 changed files with 24 additions and 5 deletions

View File

@ -115,6 +115,14 @@ input[type=submit] {
/* background-color: #f1f1f1; */
width: 100%;
text-align: left;
padding: 0px;
margin: 0px
}
.tablinks {
border: 0px;
margin: none;
padding: none;
}
/* Style the buttons that are used to open the tab content */
@ -125,6 +133,8 @@ input[type=submit] {
border: none;
outline: none;
cursor: pointer;
margin: 0px;
padding: 0px;
padding: 14px 16px;
transition: 0.3s;
font-size: inherit;
@ -147,7 +157,8 @@ input[type=submit] {
.tabcontent {
width: 100%;
display: none;
padding: 6px 12px;
/* padding: 6px 12px; */
padding-bottom: 0px;
border: none;
border-top: none;
}