mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-28 13:51:50 -05:00
fixes
This commit is contained in:
@@ -372,9 +372,9 @@ CanvasRenderingContext2D.prototype.writeText = function(text = "", textX = 0, te
|
||||
//It may be a code
|
||||
wordToWrite = ""
|
||||
possibleCodeLower = splitString[i].toLowerCase().replace("{", "").replace("}", "")
|
||||
if (possibleCodeLower == "line" && !oneline) {
|
||||
if (possibleCodeLower == "line" && !oneLine) {
|
||||
finishLine = true
|
||||
} else if (possibleCodeLower == "linenospace" && ! oneline) {
|
||||
} else if (possibleCodeLower == "linenospace" && ! oneLine) {
|
||||
finishLine = true
|
||||
} else if (possibleCodeLower == "bar" || possibleCodeLower == "flavor") {
|
||||
finishLine = true
|
||||
@@ -716,4 +716,4 @@ watermarks
|
||||
|
||||
|
||||
possibly border color?
|
||||
*/
|
||||
*/
|
||||
|
@@ -40,6 +40,7 @@
|
||||
--shifting-color-1-light: #c8ff64;
|
||||
--light-color: #eee;
|
||||
--dark-color: #333;
|
||||
--clear-light: #1111;
|
||||
}
|
||||
footer {
|
||||
background-color: var(--dark-color);
|
||||
@@ -192,8 +193,9 @@ footer a:hover {
|
||||
color: black;
|
||||
font-size: 2em;
|
||||
text-align: center;
|
||||
margin: 3em 0px;
|
||||
}
|
||||
.layer:nth-child(even) {
|
||||
.layer { /*:nth-child(even)*/
|
||||
background-color: var(--light-color);
|
||||
background-image: url(images/layerBackground.png);
|
||||
background-position: center;
|
||||
@@ -221,7 +223,7 @@ footer a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
.donate > div {
|
||||
background-color: #1111;
|
||||
background-color: var(--clear-light);
|
||||
border-radius: 2em;
|
||||
font: 2em belerenbsc;
|
||||
}
|
||||
@@ -273,4 +275,4 @@ footer a:hover {
|
||||
grid-template-columns: repeat(auto-fit, minmax(0px, 1fr));
|
||||
grid-gap: 1em;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user