Fixed au flag image not found

This commit is contained in:
2023-02-03 20:43:59 +11:00
parent 2d80eb03f2
commit 289f5b6881
6 changed files with 7 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
@import url(https://fonts.googleapis.com/css?family=Montserrat:400,400i,700,700i,600,600i&display=swap);
/*!
* Bootstrap v5.2.2 (https://getbootstrap.com/)
* Bootstrap v5.2.3 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)

File diff suppressed because one or more lines are too long

View File

@@ -19,7 +19,6 @@ p {
background-color: black;
color: transparent;
text-shadow: 2px 2px 3px rgba(255, 255, 255, 0.1);
-webkit-background-clip: text;
-moz-background-clip: text;
background-clip: text;
}