Skip to content

Commit 9f4ed18

Browse files
committed
Increase the width of the logo
1 parent 6845d7f commit 9f4ed18

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

+14-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
1-
<div align="center"><img width="256" src="kyoto.svg" alt="Kyoto Logo"></div>
1+
<div align="center"><img width="400" style="filter: invert(100%)" src="kyoto.svg" alt="Kyoto Logo"></div>
2+
3+
<style>
4+
@media (prefers-color-scheme: dark) {
5+
img[alt="Kyoto Logo"] { /* Target the specific image */
6+
filter: invert(100%);
7+
}
8+
}
9+
10+
img[alt="Kyoto Logo"] {
11+
margin-top: -50px;
12+
margin-bottom: -50px;
13+
}
14+
</style>
215

316
# Kyoto
417

0 commit comments

Comments
 (0)