Skip to content

Commit f021910

Browse files
committed
CSS update for table
1 parent cadc95a commit f021910

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

_posts/2024-06-13-SSRFmap-axfr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,6 @@ docker exec -it example python ssrfmap.py -r examples/request.txt -p url -m axfr
190190

191191
This blog post was inspired by these great write-ups of the FCSC 2024 challenges. Have a look at them ! :)
192192

193-
- https://vozec.fr/writeups/pong-fcsc2024-en/
194-
- https://mizu.re/post/pong
195-
- https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262
193+
- [https://vozec.fr/writeups/pong-fcsc2024-en/](https://vozec.fr/writeups/pong-fcsc2024-en/)
194+
- [https://mizu.re/post/pong](https://mizu.re/post/pong)
195+
- [https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262](https://gist.github.com/Siss3l/32591a6d6f33f78bb300bfef241de262)

_sass/_highlights.scss

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,23 @@ code {
1818
font-family:'Bitstream Vera Sans Mono','Courier', monospace;
1919
}
2020

21+
22+
table{
23+
border-color: rgb(58, 62, 65);
24+
box-shadow: rgba(0, 0, 0, 0.1) 3px 3px;
25+
padding: 7px 7px 7px 10px;
26+
margin: 20px 0 20px 0;
27+
overflow: scroll;
28+
border: 1px solid #ddd;
29+
}
30+
31+
th, td {
32+
padding: 7px 7px 7px 10px;
33+
margin: 20px 0 20px 0;
34+
border-color: rgb(58, 62, 65);
35+
}
36+
37+
2138
.highlight .c { color: #586E75 } /* Comment */
2239
.highlight .err { color: #93A1A1 } /* Error */
2340
.highlight .g { color: #93A1A1 } /* Generic */

0 commit comments

Comments
 (0)