diff --git a/var/www/pages/default-page.html b/var/www/pages/default-page.html
index 7b033e7..76c91c1 100644
--- a/var/www/pages/default-page.html
+++ b/var/www/pages/default-page.html
@@ -7,68 +7,12 @@
-
-
+
+
Codeberg Pages - Static pages for your projects.
@@ -97,7 +41,7 @@
.container {
margin: 50px 0 50px 0;
- font-family: 'Tajawal', sans-serif;
+ font-family: "Inter", sans-serif;
font-weight: 300;
color: #404040;
}
@@ -137,36 +81,10 @@
border-radius: 30px;
background: black;
box-shadow: 0px 4px 16px -10px rgba(0,0,0,0.75);
+ width: 18px;
+ height: 18px;
}
-
- .card .card-icon .material-icons {
- font-family: 'Material Icons';
- font-weight: normal;
- font-style: normal;
- font-size: 24px;
- color: white;
-
- /* Preferred icon size */
- display: block;
- line-height: 1;
- text-transform: none;
- letter-spacing: normal;
- word-wrap: normal;
- white-space: nowrap;
- direction: ltr;
-
- /* Support for all WebKit browsers. */
- -webkit-font-smoothing: antialiased;
- /* Support for Safari and Chrome. */
- text-rendering: optimizeLegibility;
-
- /* Support for Firefox. */
- -moz-osx-font-smoothing: grayscale;
-
- /* Support for IE. */
- font-feature-settings: 'liga';
- }
-
+
.card .card-header {
margin-top: 20px;
font-size: 18px;
@@ -201,19 +119,25 @@
-
add
+
Create a repo named 'pages' in your user account or organization.
-
cloud_upload
+
Push your static content, HTML, style, fonts or images.
-
flag
+
You should now be able to access your content using the link shown above.