« Web, HTML, Tech Forum

How do i change table colors?

How do i change the colors in tables (links table and interests table)? I've tried changing the --name values (and yes with !important) but it doesn't seem to work? Can someone help me?


Report Topic

4 Replies

Sort Replies:

Reply by 🌠 kris

posted

Reply by illusions

posted

hey, i was looking through your css and messing with the color values on your table css worked for meΒ 

(in your "who i'd like to meet" section)
```

table *,

button{

Β  /* making it red as a test*/

Β  color: rgb(255, 0, 0) !important;

}
```


Permalink Report Reply

Reply by 🌠 kris

posted

wouldn't that just make the font red?

I meant like, changing the blue colours to something else


Permalink Report Reply

Reply by 🌠 kris

posted