adds in custom.css for, well, custom styles.

This commit is contained in:
0xRenegade
2022-09-24 13:09:17 -05:00
parent f072f151fd
commit 4b5c9a800b
2 changed files with 12 additions and 1 deletions
+9
View File
@@ -0,0 +1,9 @@
/**
* PHP Dynamic Qr code
*
* @author Giandonato Inverso <info@giandonatoinverso.it>
* @copyright Copyright (c) 2020-2021
* @license https://opensource.org/licenses/MIT MIT License
* @link https://github.com/giandonatoinverso/PHP-Dynamic-Qr-code
* @version 1.0
*/
+2
View File
@@ -16,3 +16,5 @@
<link type="text/css" href="plugins/overlayScrollbars/css/OverlayScrollbars.css" rel="stylesheet"/>
<!-- Google Font: Source Sans Pro -->
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,400i,700" rel="stylesheet">
<!-- Custom Styles -->
<link rel="stylesheet" href="dist/css/custom.css">