File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -100,6 +100,13 @@ jobs:
100100 cd target/docs/
101101 for f in `find . -name "*.css"`;
102102 do
103+ if [[ "${f}" == *asciidoctor.css ]]; then
104+ cat >> "${f}" <<- EOF
105+ a{text-decoration:none;}
106+ .img_bk{text-align:center;}
107+ strong>code,p>code{color: #d14 !important;background-color: #f5f5f5 !important;border: 1px solid #e1e1e8;white-space: nowrap;border-radius: 3px;}
108+ EOF
109+ fi
103110 fn="${f%.*}.min.css";
104111 echo "compress $f"
105112 cleancss -o $fn $f
Original file line number Diff line number Diff line change 2020 <joda .version>2.12.7</joda .version>
2121 <byte-buddy .version>1.14.18</byte-buddy .version>
2222 <netty .version>4.1.112.Final</netty .version>
23- <protobuf .version>4.27.3 </protobuf .version>
23+ <protobuf .version>4.27.5 </protobuf .version>
2424 <guava .version>33.2.1-jre</guava .version>
2525 <commons-collections4 .version>4.4</commons-collections4 .version>
2626 <eclipse-collections .version>11.1.0</eclipse-collections .version>
You can’t perform that action at this time.
0 commit comments