This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
License: MIT | |
Created by Max H (Matix Media, Inc.) | |
*/ | |
/*ELEMS*/ | |
.btn_green_white_innerfade, | |
.btn_green_white_innerfade span, | |
.btn_darkblue_white_innerfade, | |
.btn_darkblue_white_innerfade span, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Design Preview: https://imgur.com/DtlEnrp | |
*/ | |
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap'); | |
body { | |
color: white; | |
background: #1e1e1e; | |
margin: 0; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
h1.title { | |
margin-top: 1rem; | |
color: #7a8a7d; | |
margin-bottom: 3rem; | |
} | |
div.filter-links { | |
align-items: flex-start; | |
justify-content: flex-start; | |
margin-right: 5rem; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"Provider": "Matix's Mod Installer ❤", | |
"Website": "https://www.matix-media.net", | |
"Modpacks":[ | |
{ | |
"Name":"Survival Default Kit", | |
"Creator":"Matix", | |
"Version":"0.1.4", | |
"McVersion":"1.16.4", | |
"ModpackDownload":"https://cdn.matix-media.net/dd/ddca9ada", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* MIT License | |
* | |
* Copyright (c) 2021 Matix Media, Inc. | |
* | |
* Permission is hereby granted, free of charge, to any person obtaining a copy | |
* of this software and associated documentation files (the "Software"), to deal in | |
* the Software without restriction, including without limitation the rights to use, | |
* copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the | |
* Software, and to permit persons to whom the Software is furnished to do so, |