Skip to content

Commit e38a87c

Browse files
Update index.html
1 parent 368294c commit e38a87c

1 file changed

Lines changed: 23 additions & 3 deletions

File tree

index.html

Lines changed: 23 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,25 @@
196196
color: var(--dl-color-scheme-green80);
197197
background-color: var(--dl-color-scheme-lightgreen);
198198
}
199+
200+
/* bu alt youtube vs için */
201+
.button-transparentt {
202+
color: var(--dl-color-scheme-white);
203+
font-size: 18px;
204+
font-style: normal;
205+
transition: 0.3s;
206+
font-weight: 700;
207+
line-height: 0.9;
208+
padding-top: 2px; /* 20 */
209+
border-color: var(--dl-color-scheme-white);
210+
padding-left: 4px; /* 32 */
211+
padding-right: 4px; /* 32 */
212+
padding-bottom: 2px; /* 20 */
213+
background-color: transparent;
214+
215+
}
216+
217+
/* son */
199218
.section-container {
200219
width: 100%;
201220
display: flex;
@@ -1486,15 +1505,15 @@ <h1 class="home-text48">
14861505
For mobile
14871506

14881507
</button></a>-
1489-
<a href="https://www.youtube.com/@mathpathsolver/shorts"><button class="home-button6 button button-transparent">
1508+
<a href="https://www.youtube.com/@mathpathsolver/shorts"><button class="home-button6 button button-transparentt">
14901509
YouTube
14911510

14921511
</button></a>-
1493-
<a href="https://mathpath-sky.blogspot.com/"> <button class="home-button6 button button-transparent">
1512+
<a href="https://mathpath-sky.blogspot.com/"> <button class="home-button6 button button-transparentt">
14941513
Our blog address
14951514

14961515
</button></a>-
1497-
<a href="https://github.com/mathpathconsole/mathpath"><button class="home-button6 button button-transparent">
1516+
<a href="https://github.com/mathpathconsole/mathpath"><button class="home-button6 button button-transparentt">
14981517
GitHub
14991518
</button></a>
15001519

@@ -1661,5 +1680,6 @@ <h1 class="home-text48">
16611680

16621681

16631682

1683+
16641684

16651685

0 commit comments

Comments
 (0)