fixed things

This commit is contained in:
Jesse James Isler 2022-03-28 11:31:30 +02:00
parent f834b845c9
commit dbde1b2df6
3 changed files with 13 additions and 7 deletions

View File

@ -5,3 +5,7 @@ html {
-o-background-size: cover;
background-size: cover;
}
.card {
backdrop-filter: opacity(20%);
backdrop-filter: blur(2px);
}

View File

@ -15,16 +15,18 @@
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!--My Custom Styleshit-->
<link rel="stylesheet" href="css/styles.css">
<!--MATERIALIZE-->
<!--Import jQuery-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.0/jquery.min.js"></script>
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!--Import materialize.css-->
<link type="text/css" rel="stylesheet" href="css/materialize.min.css" media="screen,projection"/>
<!--My Custom Stylesheet-->
<link rel="stylesheet" href="css/styles.css">
</head>
<body>

View File

@ -10,7 +10,7 @@ $source = "https://github.com/Gensokian/ttt2-role_tra";
#The Name of the Role
$name = "Innocent";
#The Description of the Role, HTML conform :)
$description = "*Chuckles* I'm in Danger :)";
$description = "(Chuckles) I'm in Danger :)";
#Creator of the Addon
$author = "Garry";
#How To play