1 |
|
---|---|
Posted by | Can't Recolor Text |
⋯≏Dandy≏⋯ (#221965) View Forum Posts Posted on 2021-04-17 11:32:43 |
Hey there! So I am customizing my HTML, and everything is the way I want it aside from the text inside the right progress bar, and where it would display level number, territory, etc. It shows up as a brown color, but I'm trying to change it to a lighter color. I can't find where in my code I should change that. Here's my dropbox link: Thanks! :) 0 players like this post! Like? |
Africa (#9670)
View Forum Posts Posted on 2021-04-17 13:16:49 |
⋯≏Dandy≏⋯ (#221965)
View Forum Posts Posted on 2021-04-17 19:18:17 |
For sure! I am working off of a guide from a previous thread made here, so it may look similar if you've seen it before. I am aware that my initial font doesn't work, I'll fix that after the main issue. -- @import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@1,300&family=Orelega+One&display=swap'); .navbar {background: #203549;border-bottom: 2px solid black;font-family: 'Open Sans Condensed', sans-serif;} .navbar li a {color: black !important;} .navbar li a:hover {background: #E3F2F2 !important;} .container.main {background: rgba(103,167,166,0.8);border: 1px solid white;box-shadow: none;} .col-md-9 {background: none; text: #E3F2F2;} .breadcrumb {background: #203549;} .breadcrumb .active {color: black;} .panel {background: #1f2e33 !important;border: none !important;box-shadow: none !important;} .progress {background: #325f66;} .progress-div {color: black;} .progress-bar {background: #203549;} .chat_light {background: rgba(227, 242, 242); text-align: center;border: 1px solid white;border-bottom: none;} .chat_dark {background: #A0D3D2;} h1 {color: black;font-size: 32px;} h3 {color: white; !important;font-size: 24px !important;} .table {background: #203549;border: 1px solid white;border-collapse: separate;} .top, .bottom, .th, .table .left {background: #325f66 !important;color: black !important;} .inner-table .left {background: #325f66 !important;} .inner-table .right {background: #325f66 } .right_odd {background: #325f66 !important;} .right_cub {background: #325f66 !important;} .cave-grid, .mound-grid {background: #203549;border: 1px solid white;} a:link, a:visited {color: black !important;} a:hover {color: white !important;} input, select, textarea {background: #A0D3D2 !important;border: 1px solid white !important;box-shadow: none !important;color: white !important;text-shadow: none !important;} input[type=button; color: #A0D3D2]:hover, input[type=submit]:hover {background: #A0D3D2 !important;} 0 players like this post! Like? |
1 |
---|