Skip to content

Commit 8c777eb

Browse files
make landing page better (consider cleaning up code and using more default features)
1 parent dbb990d commit 8c777eb

File tree

13 files changed

+162
-86
lines changed

13 files changed

+162
-86
lines changed
1.28 MB
Loading
1.31 MB
Loading
1.41 MB
Loading
1.4 MB
Loading
1.37 MB
Loading
1.35 MB
Loading
83.6 KB
Loading
1.41 MB
Loading
1.33 MB
Loading

doc/_static/style.css

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,4 +60,38 @@ code {
6060
color: var(--pst-color-primary) !important;
6161
font-weight: bold;
6262
text-align: center;
63+
}
64+
65+
.hero-section {
66+
text-align: center;
67+
padding: 4rem 2rem;
68+
background-color: var(--pst-color-background);
69+
color: var(--pst-color-text);
70+
}
71+
72+
.hero-logo {
73+
width: 150px;
74+
margin-bottom: 1rem;
75+
}
76+
77+
.hero-button {
78+
display: inline-block;
79+
margin-top: 2rem;
80+
padding: 0.75rem 1.5rem;
81+
background-color: var(--pst-color-primary);
82+
color: white !important;
83+
border-radius: 0.5rem;
84+
text-decoration: none;
85+
font-weight: bold;
86+
}
87+
88+
.hero-button:hover {
89+
background-color: var(--pst-color-primary-hover);
90+
color: #ec9b4c !important;
91+
}
92+
93+
.hero-text strong {
94+
color: #1f77b4;
95+
/* Primary blue color */
96+
font-weight: 700;
6397
}

0 commit comments

Comments
 (0)