assets/css/wordle-solver.css in word-games-theme-2.3.1 vs assets/css/wordle-solver.css in word-games-theme-2.3.2

- old
+ new

@@ -93,31 +93,46 @@ } .createWordleLink:hover{ text-decoration: none; } + .allGroupWords { + background-color: #fff!important; + width: auto; + height: auto; + border-radius: 15px; + box-shadow: 0 0 2px rgba(0,0,0,.2); + margin: 10px 0; + border: 2px solid var(--black-color); +} .allfiveletterswords { - background-color: white !important; - width: 75%; - margin: 10px auto; + background-color: #fff!important; + width: auto; height: auto; - box-shadow: 0 0 2px rgb(0 0 0 / 20%); - /* margin: 10px 0; */ border-radius: 15px; + box-shadow: 0 0 2px rgba(0,0,0,.2); + margin: 10px 0; + border: 2px solid var(--black-color); } .allfiveletterswords>.wordListHeading { - background: gray; - padding: 10px 0px 5px 25px; + background: var(--black-color); + padding: 10px 0 5px 25px; + border-top-right-radius: 13px; + border-top-left-radius: 13px; color: #fff; - border-top-right-radius: 15px; - border-top-left-radius: 15px; } + .wordList .anchor__style { + color: #000!important; + font-size: 15px; + text-decoration: none!important; + font-weight: 600; +} #wordleWordCount { font-size: 18px; - width: 75%; + /* width: 75%; */ margin: 10px auto; } .ws-fcs { color: #fff !important; @@ -130,9 +145,20 @@ } .ws-fcs3 { color: #fff !important; background-color: #3D3D3E !important; + } + .wordList>ul li{ + padding: 8px 0; + background: #f8f9fa; + border-radius: 5px; + margin: 6px 6px; + width: auto; + min-width: 100px; + text-align: center; + border: solid 1px var(--black-color) !important; + box-shadow: 2px 2px 1px 0 var(--black-color) !important; } .related_post_heading { width: 100%; font-size: 46px; \ No newline at end of file