Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Regarding Tables, Rules and Header #217

Open
bitterlord opened this issue Aug 4, 2023 · 0 comments
Open

Regarding Tables, Rules and Header #217

bitterlord opened this issue Aug 4, 2023 · 0 comments

Comments

@bitterlord
Copy link

I have been trying to change some things on my theme and had some problems regarding that. First of all
image
I cant change the colors of the TABLE's, and it looks bad since it's background merges with background of the site itself (I don't know coding jargon, sorry). The code I am using for this is:

table {
border-collapse: collapse;
width: 50%;
width: auto;
min-width: 65%;
margin: 0 auto;
}

table th, td {
border: 1px solid #ffffff;
}

table th {
color: #0e0e0e;
background-color:#fedd59;
background-image: url('https://cdn.discordapp.com/attachments/1117902933594492998/1134557994126946374/bd48da_02456bfba66a4022b40985bc3c89375fmv2.png');
background-clip: text;
background-size: 25%;
font-weight: 700;
font-family: var(--title-font);
text-transform: uppercase;
}

Second problem is with Rules, I dont know which code edits them, can you help about it?
image
It doesn't suit with my pursuit of modernising the site

Third is regarding the Header, how can I get rid of the outer black line
image

Thanks in advance

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant