1
0
mirror of https://github.com/gilbN/theme.park.git synced 2024-11-20 01:52:32 +01:00
This commit is contained in:
GilbN 2022-02-17 20:26:55 +00:00
parent 678dc14fca
commit 6e6302c4d9
2 changed files with 4 additions and 1 deletions

View File

@ -41,7 +41,7 @@
<!-- Core theme CSS (includes Bootstrap)--> <!-- Core theme CSS (includes Bootstrap)-->
<link href="resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" /> <link href="resources/landing-page/css/styles.css?v=1.1" rel="stylesheet" />
<link rel="stylesheet" href="resources/landing-page/css/jquery-bg-slideshow.css"> <link rel="stylesheet" href="resources/landing-page/css/jquery-bg-slideshow.css">
<link rel="stylesheet" href="resources/landing-page/css/custom.css?v=2.5"> <link rel="stylesheet" href="resources/landing-page/css/custom.css?v=2.6">
</head> </head>
<body id="page-top"> <body id="page-top">

View File

@ -32,6 +32,9 @@ section {
.text-white-50 { .text-white-50 {
color: var(--text) !important; color: var(--text) !important;
} }
.page-section {
padding: 1.2rem 0;
}
@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) { @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {