Fixing ads chrome.

This commit is contained in:
Sergiotarxz 2023-08-28 19:30:03 +02:00
parent 602f89cead
commit 17eebeef41
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@ body {
width: calc(100% - 6px);
border: solid 3px black; }
body div.carousel a {
font-size: 13px;
background: #f2eb8c;
color: blueviolet;
display: flex;

View File

@ -46,6 +46,7 @@ body {
width: calc(100% - 6px);
border: solid 3px black;
a {
font-size: 13px;
background: $color_div;
color: $background_div;
display: flex;