Skip to content

Commit dd7ac1e

Browse files
committed
ᱱᱟᱥᱮ ᱩᱛᱷᱱᱟᱹᱣ
1 parent 7d70952 commit dd7ac1e

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

assets/icons/logo/favicon.ico

15 KB
Binary file not shown.

dics.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ <h1>ᱥᱟᱱᱛᱟᱲ Dictionary</h1>
2020
</main>
2121
<footer>
2222
<div class="container">
23-
<p>&copy; ᱒᱐᱒᱔ <a href="/sat/" target="_blank" style="text-decoration: none; color: inherit;">ᱥᱟᱱᱛᱟᱲ</a> Dictionary. All rights reserved.</p>
23+
<p>&copy; ᱒᱐᱒᱔ <a href="https://olbaha.blogspot.com/" target="_blank" rel="noopener">Santali Tools</a>. All rights reserved.</p>
2424
</div>
2525
</footer>
2626

2727
<!-- Modal for word details -->
2828
<div id="modal" class="modal">
2929
<div class="modal-content">
3030
<span class="close">&times;</span>
31-
<h2 style="text-align: center;">ᱟᱹᱲᱟᱹ ᱨᱮᱭᱟᱜ ᱢᱮᱱᱮᱫ</h2>
31+
<h2>ᱟᱹᱲᱟᱹ ᱨᱮᱭᱟᱜ ᱢᱮᱱᱮᱫ</h2>
3232
<div class="word-detail">
3333
<div class="label">ᱥᱟᱱᱛᱟᱲ:</div>
3434
<div id="modalSantali" class="word"></div>

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>ᱠᱷᱮᱨᱣᱟᱲᱟᱜ ᱥᱟᱯᱟᱵ | Santali Tools</title>
8+
<link rel="icon" type="image/png" href="./assets/icons/logo/favicon.ico">
89
<link rel="stylesheet" href="./assets/layout/css/layout.css">
910
<link rel="stylesheet" href="assets/template/css/home/home.css">
1011
<link rel="preconnect" href="https://fonts.googleapis.com">

style.css

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ footer {
112112
border-radius: 10px;
113113
}
114114

115+
.modal .modal-content h2 {
116+
text-align: center;
117+
}
118+
115119
.close {
116120
color: #aaa;
117121
float: right;
@@ -152,3 +156,8 @@ footer {
152156
.no-results h1 {
153157
color: #008cff;
154158
}
159+
160+
footer .container a {
161+
text-decoration: none;
162+
color: inherit;
163+
}

0 commit comments

Comments
 (0)